Hi,
we are using dbexpress components (MS SQL server) to get data for Report Workshop, but I'm not able to use table aliases.
not working:
select us1.USER_ID as USER_ID, us1.USER_NAME1 as USER_NAME1 from USERS as us1
working:
select USERS.USER_ID as USER_ID, USERS.USER_NAME1 as USER_NAME1 from ...
Search found 1 match
- Mon May 14, 2018 12:23 pm
- Forum: Support
- Topic: Report Workshop - table aliases not working
- Replies: 1
- Views: 9792