feat(UI): Stock Items page added with getting, filtering, and saving data.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
||||
SELECT TABLE_NAME
|
||||
FROM INFORMATION_SCHEMA.TABLES
|
||||
@@ -24,4 +24,7 @@ FROM
|
||||
WHERE
|
||||
TABLE_SCHEMA = 'PARTS'
|
||||
-- AND TABLE_NAME = 'your_table_name'
|
||||
;
|
||||
;
|
||||
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user