Skip to content

Instantly share code, notes, and snippets.

@hakanensari
Created August 3, 2010 16:41
Show Gist options
  • Select an option

  • Save hakanensari/506702 to your computer and use it in GitHub Desktop.

Select an option

Save hakanensari/506702 to your computer and use it in GitHub Desktop.
/* Check if seller is kosher */
IF (is_wl = 0
OR NEW.MaxHrs1 <=> 0)
AND NEW.Cnd1 < 4
AND (total_fb <=> 0
OR ave_fb > 4.7
OR NEW.MaxHrs1 <=> 0)
AND no_of_vols < 2
AND isKosher(NEW.Desc1) = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment