fromRaw abstract method
Set raw SQL as the FROM clause
Implementation
QueryBuilderInterface<T> fromRaw(
String sql, [
List<dynamic> bindings = const [],
]);
Set raw SQL as the FROM clause
QueryBuilderInterface<T> fromRaw(
String sql, [
List<dynamic> bindings = const [],
]);