查詢 條件是字符 還是 數字 加' '是有區別的.
select *
from col =199012
select *
from col='199012'
查的字段 col 是數字的 還是用col =199012 快.
from col =199012
select *
from col='199012'
查的字段 col 是數字的 還是用col =199012 快.
posted on 2007-10-13 22:27 小高 閱讀(315) 評論(1) 編輯 收藏 所屬分類: Oracle