4 lines
39 B
SQL
4 lines
39 B
SQL
SELECT *
|
|
FROM logs
|
|
WHERE process == ?
|
|
; |
SELECT *
|
|
FROM logs
|
|
WHERE process == ?
|
|
; |