Microsoft
Software
Hardware
Network
Question : Problem with SQL syntax
I want to create a combo box with the source from a table but I want to insert an item at the top of the list. eg.
(None)
Item 1
Item 2
Item 3
etc.
I've done it many times in the past, but forgotten the syntax.
Thanks in advance.
Answer : Problem with SQL syntax
You would use a union query:
Select "(None)" From SomeTableName
Union
Select AField FromYourTableName
The Number and data type of the fields must match in each select statement.
Random Solutions
need help! exists subqueries are killing mysql server in production environment
MS Oulook
Problem with linespacing on Graphics.Drawstring
Simple SQL question, filter only gives records that have url, want null also
how to trap this exception?
WPF Control will not hide button or check box....
EXCEL ROUND
Progress Bar
How to distribute the Calendar 11.0 control
map network drive on a none domain PC