CREATE TABLE #r ( ID int IDENTITY (1, 1) PRIMARY KEY, Address_1 varchar (100), Address_2 varchar (100), Address_3 varchar (100) ); go INSERT INTO #r VALUES ( null
[DB+Script] US Colleges Database + Script - 2k colleges, 101 fields
Colleges Database and Script Hey, I'm selling a massive database of US colleges and for table `campus_life` -- CREATE TABLE `campus_life` ( `college_id` int(11) NOT NULL
Tip #1266 - newline/NULL magic in Vim script strings/vars : vim online
Read and edit this tip on the Vim tip wiki . The wiki may have a more recent version of this tip.
Sunday, December 30, 2007
T-SQL Script
Posted by indotekno at 3:18 AM
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment