Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Choosing the Birthday of a Customer by month?

$
0
0
[code language="sql"]CREATE TABLE birthdays(
 cust_id  INTEGER NOT NULL PRIMARY KEY
,cust_fname NVARCHAR(50) NOT NULL
,cust_lname NVARCHAR(50) NOT NULL
,cust_dob DATETIME NOT

Viewing all articles
Browse latest Browse all 3145

Trending Articles