rename cols to cast

This commit is contained in:
2026-02-24 07:43:09 +03:00
parent fa4284b01f
commit 199e4c76e1
61 changed files with 38 additions and 38 deletions

View File

@@ -0,0 +1,6 @@
id,user_id,course_id,enrolled_at
5,4,3,2023-04-01
2,1,2,2023-02-01
4,3,2,2023-03-05
1,1,1,2023-01-15
3,2,1,2023-01-20
1 id user_id course_id enrolled_at
2 5 4 3 2023-04-01
3 2 1 2 2023-02-01
4 4 3 2 2023-03-05
5 1 1 1 2023-01-15
6 3 2 1 2023-01-20

View File

@@ -1,6 +0,0 @@
id,user_id,course_id,enrolled_at
5.000000000000000000,4,3,2023-04-01
2.000000000000000000,1,2,2023-02-01
1.000000000000000000,1,1,2023-01-15
3.000000000000000000,2,1,2023-01-20
4.000000000000000000,3,2,2023-03-05
1 id user_id course_id enrolled_at
2 5.000000000000000000 4 3 2023-04-01
3 2.000000000000000000 1 2 2023-02-01
4 1.000000000000000000 1 1 2023-01-15
5 3.000000000000000000 2 1 2023-01-20
6 4.000000000000000000 3 2 2023-03-05