跳至主內容

搜尋

搜尋

Where Syntax

評論

2 條評論

  • Avatar
    Legacy Poster
    Hi again,

    Sorry for above question! Sometimes to get answer it is usefull to write the question... :)
    Just as a feedback - I found my mistake. FYI:

    The correct syntax in my case should be as follows (a bit different type of brackets should be used):

    SELECT * FROM `'SN & BN plan$'_xlnm#_FilterDatabase` WHERE `Manufactured quantity` > 0

    Small things makes a difference :)
    BR
    Wojciech
    0
  • Avatar
    Ian Cummings
    版主
    Yes SQL is very particular about the type and placement of quote marks.

    My advice in general is that you use the query builder as much, or as close as possible to what you want, and then activate the custom SQL checkbox to make final modifications. In this way the correct syntax is already laid out for you making it less likely to make a mistake in this regard.
    0

登入寫評論。