5 lines
65 B
MySQL
5 lines
65 B
MySQL
|
|
select
|
||
|
|
id,
|
||
|
|
parent_category_id,
|
||
|
|
name
|
||
|
|
from ${databaseName}.category
|