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
Stop excel from splitting imported text containing commas
making a border curved
"null reference exception was unhandled by user code" from Webbrowser when accessing body.innerhtml
Brainstorm on booking system
Why iis access opening incorrectly......
how to block malware
Adobe Standard 9 conversion into Powerpoint
asp.net How can i save the current state of my website app in a session var.
Need a bat file to copy specific files from an autonumbered directory
When do I chose what variable to select? like int, char, double?