0
get the name from(table name) where bitrate is greater than 300kb/sec
the value is in bytes by using alias convert into Bit rate
2 Respuestas
- 1
SELECT name FROM table name
where bitrate>300kb/sec
- 1
it didn't work need to convert bytes/sec into bitrate