Topic Options
Rate This Topic
#105783 - 02/22/05 11:00 AM Remedy SQL
software_architect Offline
newbie

Registered: 03/11/04
Posts: 26
Loc: VA, US
I am unable to query against the User form from SQL. Does anyone know if they have been able to use the select command using the form name (User). I have only been able to use the underlying table name (T9) to query.

Thanks.

Top
#105784 - 02/22/05 12:20 PM Re: Remedy SQL [Re: bsiebert]
Dave_S Offline
Stealth Member

Registered: 02/05/04
Posts: 10
Loc: Phoenix, AZ
I have not been able to query against the form direct, but have queried using either the VIEW name or the TABLE name. Dave

Top
#105785 - 03/01/05 09:26 AM Re: Remedy SQL [Re: bsiebert]
Eugeny Offline
Stealth Member

Registered: 01/06/05
Posts: 50
Hi
That right, you must use view called "USER_X" for query.

Top