Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
79 views

How can I assign a varible to an output in java? [closed]

Im rather new to java and I love Boolean logic, so I've been trying to make a functional AND gate with the output tied to a variable and am completely lost. This is what I have. public class Main { ...
asiha Shirka's user avatar
1 vote
1 answer
51 views

A way to condition JOIN lookup tables based on the id value of a (parent) lookup table [MariaDB]

I am trying to wrap my head around how to write a statement that can fetch data from multiple lookup tables but also incorporate an if condition that triggers certain JOINS based on the value of the (...
Jonas's user avatar
  • 1,207
-4 votes
0 answers
32 views

triple conditional works pretty weird [duplicate]

I'm trying to pass the variable that I have defined with a conditional statement: variable_in_code = variable1 or variable2 When variable1 is defined, I have it in my code, either if variable2 is ...
Oriol Ricart Vilarrubias.'s user avatar