7 lines
84 B
SQL
7 lines
84 B
SQL
SELECT
|
|
*
|
|
FROM
|
|
sysobjects a
|
|
WHERE
|
|
a.name LIKE 'T_BD_MATERIAL%'
|
|
AND a.type= 'U' |