> sql_select(simulate_mssql(), "x", "y", order_by = "z", bare_identifier_ok = TRUE)
<SQL> SELECT TOP 9223372036854775807 'x'
FROM 'y'
ORDER BY 'z'

