Ask the Community
Ask any professional question and get answers from other specialists.
Table: IDSalesDate /1/ 1/1/ 1 /3/ 3 /8/ 4 // 5 // 6 1// 7 /2/ 6 /4/ 7 // ... See More
The provided dates from1/3/2014 to4/3/2014 the result should be like this:1/3/2014-2/3/2014-3/3/2014-4/3/2014
Drop statement can have below two syntax. What is the difference between them. 1. drop table <table_name> ; 2. drop table <table_name> purge;