Hi,

is there a way to decode the lstat field within MySQL? I found solutions
with PHP, perl, postgres but not with MySQL.

I want to see the file size in a query, e.g. in the default #12:

# 12
:List Files for a selected JobId
*Enter JobId:
SELECT Path.Path,Filename.Name FROM File,Filename,Path WHERE File.JobId=%1
 AND Filename.FilenameId=File.FilenameId
 AND Path.PathId=File.PathId ORDER BY
 Path.Path,Filename.Name;

Thank you!


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to