LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LABSQL delete table

Hi!

I would like delete table (structure, datas, .... ALL!!) with LABSQL but I don't know.

Can you help me?

Thanks.
Carlos.
0 Kudos
Message 1 of 2
(2,439 Views)
Hello Carlos,

Use SQL command DROP: DROP TABLE table_name.

Hope it helps,
Paulo
0 Kudos
Message 2 of 2
(2,437 Views)