The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mysql::Query::Parser - The module which parse MYSQL query string.

SYNOPSIS

  use Mysql::Query::Parser;

  my $sql = 'select * from table01 inner join table02 on ( table01.id = table02.id ) inner join table03 on ( table01.id = table03.id ) group by logdate,chk_flag';
  my $result = $query->analyze_query($sql);

DESCRIPTION

Mysql::Query::Parser is The module which parse requests of MYSQL, and a result is returned.

AUTHOR

kazuhiko yamakura <yamakura@cpan.org>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

L<>

1 POD Error

The following errors were encountered while parsing the POD:

Around line 299:

An empty L<>