之前因為要用 LABVIEW 連結SQL SERVER資料庫
所以用了LABSQL這個程式
可是她叫出的?是一整個欄位
請問各位大大有沒有什麼方法能叫出某格的?
因為我想要讓值從0變成1的時候能觸發某些程式
謝謝
如果要找資料表「member」裡面的欄位「age」,可以下這個語法:
語法:select
age from
member
如果要讀取第一個age,可以下:
(適用於MSSQL)
語法:<span =“apple-style-span” style="font-size: 16px; line-height: 24px; ">select top 1 age from member
<span =“apple-style-span” style=“font-size: 16px; line-height: 24px; “>
<font =“apple-style-span” color=”#0000ff” size=“4”><span =“apple-style-span” style=“font-size: 16px; line-height: 24px;”>