Quantcast
Channel: T-SQL Question
Browsing latest articles
Browse All 4 View Live

T-SQL Question

cREATE TABLE mytable( order_dt DATE NOT NULL ,source_type VARCHAR(3) NOT NULL ,co2 INT ); INSERT INTO mytable(order_dt,source_type,co2) VALUES ('12-31-2018','abc',50) ,('12-31-2018','cde',30)...

View Article



T-SQL Question

That worked. Thank you so much!!

View Article

T-SQL Question

CREATE TABLE mytable( order_dt DATE NOT NULL ,source_type VARCHAR(3) NOT NULL ,co2 INT ); INSERT INTO mytable(order_dt,source_type,co2) VALUES ('12-31-2018','abc',50) ,('12-31-2018','cde',30)...

View Article

T-SQL Question

Hello All,I have table which has these columnsorder_dt         source_type     co212-31-2018     abc                 5012-31-2018     cde                 3012-31-2018     xyz...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images