125 pts.
 SQL Macro
I need a SQL macro to populate a form? Please help. wkharrell@gmail.com

Software/Hardware used:
ASKED: May 26, 2008  11:12 PM
UPDATED: May 27, 2008  1:38 PM

Answer Wiki:
SQL Server doesn't have macros. It has SELECT statements. The basic syntax is: <pre>SELECT Column1, Column2 FROM Table WHERE Column3 = 'Condition'</pre> You can read up more about the SELECT statement <a href="http://itknowledgeexchange.techtarget.com/sql-server/back-to-basics-the-select-statement/">here</a> as part of the <a href="http://itknowledgeexchange.techtarget.com/sql-server/tag/back-to-basics/">Back To Basics</a> series.
Last Wiki Answer Submitted:  May 26, 2008  11:59 pm  by  Denny Cherry   64,520 pts.
All Answer Wiki Contributors:  Denny Cherry   64,520 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.

 64,520 pts.