select id from p4_versions where (versionof, version) = (select id, headver from p4_files where p4path like '%/date.txt');
Thursday, April 27, 2006
Oracle: row-wise comparison
I had a query that needed to compare two columns in a row andwas making two queries to do so. All hail the row-wise comparison!
Subscribe to:
Posts (Atom)
-
https://docs.timescale.com/timescaledb/latest/#welcome-to-the-timescaledb-documentation TimescaleDB is a time-series database, built on top ...
-
package main import ( "fmt" "runtime" ) func main() { aa() } func aa() { bb() } func bb() { cc("hello...
-
Uncommited Local Changes 1. revert local changes git restore fname 2. accidentally deleted a file git restore fname 3. discarding chunks/lin...