FunSQL.jl icon indicating copy to clipboard operation
FunSQL.jl copied to clipboard

No way to use rowid

Open jkroso opened this issue 9 months ago • 1 comments

render(conn, From(:anytable) |> Select(:rowid))

produces an error: ReferenceError: cannot find rowid

render(conn, From(:anytable) |> Select(“rowid"))

Almost works but it produces SELECT ‘rowid’ AS “_”

jkroso avatar May 11 '24 12:05 jkroso