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
FileZilla FTP Server
Multiple Conditional Formatting cell problem
How can I trigger a macro when the "send to mail" function is used?
Win2003 Server
vb.net XML edit in form..
Determine host blocking FTP
Camtasia - replay looks strange
Oracle Export/Import
CSS Inline Color
Adjust the tabel height in an ASP.NET page - Review