Microsoft
Software
Hardware
Network
Question : query from US
when the foll is run and you just get 'text' as output, what is wrong in the syntax?
select text from user_source where name = 'DataInsert'
thanks
Answer : query from US
The syntax looks okay.
Is "text" underlined? It sounds like you are seeing the column heading only, but not the text of the source.
Try entering the name in upper case:
select text from user_source where name = 'DATAINSERT'
Random Solutions
SQL Query Problem
Sharing Outlook Contacts in a non-Exchange environment
Two Inboxes in Outlook 2007
to make procedure restartable
Desktop on Ubuntu
PHP - No results show for If else statement
C++ HugeInt - trouble with size
C#, accessing different database types (Oracle, SQL Server, MySQL, ...) How do I use SqlConnection class?
.aspx login/authentication system
basic physics - pushing box up a hill