Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

create null field with number format

Status
Not open for further replies.

yahooLuke

Programmer
Sep 29, 2006
1
US
Currently, fields SumOfWidth and SumOf Length are being created as Binary and I am trying to make them number format. How can I format my new fields to number format?

Thanks,

SELECT Habitats.FiscalYear, Null AS SumOfWidth, Null AS SumOfLength
 
What exactly are you trying to accomplish? Are you making a table or something with the SQL?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top