Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 169 Bytes

File metadata and controls

3 lines (2 loc) · 169 Bytes

Key generator sequel statement

select Cast (DATE_PART('year', current_date)as text) || 0 || Cast (DATE_PART('month', current_date)as text) || count(*) from date_2016;