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
select records
Solution for shared excel
Active Directory Logout Logged on Users
jquery image slider
Windows 7 Home not accessing the internet
From a landline number to a cell phone
Modify Cron Job
Can I define a SqlServer Tbl which contains "Objects"
Desktop on Ubuntu
connect to sql database using php