SQLImpl.select

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto select(Cols cols)
    template SQLImpl(Item, alias param, bool noTableIdForUpdate = false)
    select
    (
    Cols...
    )
    (
    Cols cols
    )
    if (
    cols.length == 0 ||
    !isQuery!(Cols[0])
    )
  2. alias select = sqlbuilder.dialect.common.select

Meta