from
Sets the FROM clause. The programmer is fully responsible for passing correct syntax. The method does not perform any formatting or wrapping in parentheses.
Examples of valid values:
"users"
"users u"
"users AS u JOIN profiles p ON u.id = p.user_id"
"(SELECT id FROM active_users) AS u"
"UNNEST(:ids) AS id"