Revision 2424
Added by Aaron Marcuse-Kubitza over 12 years ago
sql_gen.py | ||
---|---|---|
263 | 263 |
return str_ |
264 | 264 |
|
265 | 265 |
def __str__(self): return self.to_str(mockDb, '<left_table>') |
266 |
|
|
267 |
##### Value exprs |
|
268 |
|
|
269 |
row_count = CustomCode('count(*)') |
Also available in: Unified diff
sql_gen.py: Added row_count