Skip to main content

Search

Search

Where Syntax

Comments

2 comments

  • 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
    Moderator
    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

Please sign in to leave a comment.