You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
295 B
19 lines
295 B
5 months ago
|
select
|
||
|
id course_id,
|
||
|
name course_name,
|
||
|
created_at,
|
||
|
updated_at,
|
||
|
description,
|
||
|
status,
|
||
|
attachmenttype,
|
||
|
visits,
|
||
|
is_end,
|
||
|
end_date,
|
||
|
members_count,
|
||
|
identifier,
|
||
|
homework_commons_count,
|
||
|
course_groups_count,
|
||
|
exercises_count
|
||
|
from
|
||
|
courses
|
||
|
|